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

Function stringFromAny

session/store.go:741–746  ·  view source on GitHub ↗
(value any)

Source from the content-addressed store, hash-verified

739 escaped := false
740 for _, b := range data {
741 out = append(out, b)
742 if escaped {
743 escaped = false
744 continue
745 }
746 if inString {
747 if b == '\\' {
748 escaped = true
749 } else if b == '"' {

Callers 2

LoadMetaMethod · 0.70
loadGenerationTripletMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected