15#ifndef CIRCUIT_CACHE_H
16#define CIRCUIT_CACHE_H
gate_type circuit_cache_get_type(pg_uuid_t token)
Retrieve the type of a cached gate.
unsigned circuit_cache_get_children(pg_uuid_t token, pg_uuid_t **children)
Retrieve the children of a cached gate.
bool circuit_cache_create_gate(pg_uuid_t token, gate_type type, unsigned nb_children, pg_uuid_t *children)
Insert a new gate into the circuit cache.
Core types, constants, and utilities shared across ProvSQL.
gate_type
Possible gate type in the provenance circuit.