MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / BackfillObservableInput

Method BackfillObservableInput

tools/backfill.go:9–11  ·  view source on GitHub ↗
(input any, execCtx ExecutionContext)

Source from the content-addressed store, hash-verified

7}
8
9func (t *WriteFileTool) BackfillObservableInput(input any, execCtx ExecutionContext) any {
10 return BackfillWriteFileInput(deref[WriteFileInput](input), execCtx)
11}
12
13func (t *EditFileTool) BackfillObservableInput(input any, execCtx ExecutionContext) any {
14 in := deref[EditFileInput](input)

Callers

nothing calls this directly

Calls 1

BackfillWriteFileInputFunction · 0.85

Tested by

no test coverage detected