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

Function truthy

ui/runtime.go:962–965  ·  view source on GitHub ↗
(value any)

Source from the content-addressed store, hash-verified

960
961func stringFieldByNames(value reflect.Value, names ...string) string {
962 field := fieldByNames(value, names...)
963 if !field.IsValid() || !field.CanInterface() {
964 return ""
965 }
966 return stringFromAny(field.Interface())
967}
968

Callers 7

RenderEventMethod · 0.70
HandlePermissionEventMethod · 0.70
RecordPermissionAuditMethod · 0.70
FormatToolResultEntryFunction · 0.70
renderToolResultMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected