MCPcopy Index your code
hub / github.com/simstudioai/sim / recordMaterializedKeys

Function recordMaterializedKeys

apps/sim/app/api/function/execute/route.ts:809–810  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

807 }
808
809 const recordMaterializedKeys = (value: unknown) =>
810 recordMaterializedAccessKeys({ largeValueKeys, fileKeys }, value)
811
812 const readFile = async (args: unknown, encoding: 'base64' | 'text', chunked = false) => {
813 const fileArgs = getBrokerFileArgs(args)

Callers 1

Calls 1

Tested by

no test coverage detected