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

Method BackfillObservableInput

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

Source from the content-addressed store, hash-verified

3import "path/filepath"
4
5func (t *ReadFileTool) BackfillObservableInput(input any, execCtx ExecutionContext) any {
6 return BackfillReadFileInput(deref[ReadFileInput](input), execCtx)
7}
8
9func (t *WriteFileTool) BackfillObservableInput(input any, execCtx ExecutionContext) any {
10 return BackfillWriteFileInput(deref[WriteFileInput](input), execCtx)

Callers

nothing calls this directly

Calls 1

BackfillReadFileInputFunction · 0.85

Tested by

no test coverage detected