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

Function nilIfEmpty

agent/task_runtime.go:981–986  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

979}
980
981func nilIfEmpty(value string) any {
982 if value == "" {
983 return nil
984 }
985 return value
986}
987
988func stringSliceFromAny(v any) []string {
989 switch values := v.(type) {

Callers 1

ToMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected