MCPcopy Create free account
hub / github.com/diillson/chatcli / flattenFakeContext

Struct flattenFakeContext

cli/agent_tool_flatten_test.go:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325type flattenFakeContext struct {
326 mergeName string
327 mergeSources []string
328}
329
330func (f *flattenFakeContext) Create(string, string, []string, string, bool) (string, error) {
331 return "ok", nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected