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

Function isTruthy

agent/normalize.go:376–379  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

374}
375
376func isTruthy(v any) bool {
377 b, ok := v.(bool)
378 return ok && b
379}

Callers 3

BuildFollowupRecallQueryFunction · 0.85
FilterVirtualMessagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected