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

Method BackfillObservableInput

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

Source from the content-addressed store, hash-verified

37}
38
39func (t *GrepSearchTool) BackfillObservableInput(input any, execCtx ExecutionContext) any {
40 return BackfillGrepSearchInput(deref[GrepSearchInput](input), execCtx)
41}
42
43func (t *GlobMatchTool) BackfillObservableInput(input any, execCtx ExecutionContext) any {
44 return BackfillGlobMatchInput(deref[GlobMatchInput](input), execCtx)

Callers

nothing calls this directly

Calls 1

BackfillGrepSearchInputFunction · 0.85

Tested by

no test coverage detected