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

Function setify

scripts/fungrim/compile-rules.ts:213–215  ·  view source on GitHub ↗

`collection` → `set` in shell signatures (same rewrite as load.ts).

(signature: string)

Source from the content-addressed store, hash-verified

211}
212
213/** `collection` → `set` in shell signatures (same rewrite as load.ts). */
214function setify(signature: string): string {
215 return signature.replace(/\bcollection\b/g, 'set');
216}
217
218// ---------------------------------------------------------------------------

Callers 2

createScratchEngineFunction · 0.70
compileEntriesFunction · 0.70

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected