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

Function docValue

apps/sim/lib/workspaces/fork/copy/cleanup-failed.test.ts:197–198  ·  view source on GitHub ↗
(state: unknown)

Source from the content-addressed store, hash-verified

195const kbValue = (state: unknown) =>
196 (state as StateBlocks).blocks['block-1'].subBlocks.knowledgeBaseId.value
197const docValue = (state: unknown) =>
198 (state as StateBlocks).blocks['block-1'].subBlocks.documentId.value
199
200describe('cleanup-failed', () => {
201 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected