MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / SourceEntry

Interface SourceEntry

scripts/fungrim/compile-properties.ts:27–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25type Json = unknown;
26
27interface SourceEntry {
28 id: string;
29 property: string;
30 operator: string | null;
31 expr: Json;
32 var: string | null;
33 domain: Json;
34 point: Json;
35 condition: Json;
36 value: Json;
37 assumptions: Json;
38}
39
40interface CompiledRecord {
41 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected