MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / ValidateAtomType

Function ValidateAtomType

tsunami/util/util.go:141–144  ·  view source on GitHub ↗
(t reflect.Type, atomName string)

Source from the content-addressed store, hash-verified

139}
140
141func ValidateAtomType(t reflect.Type, atomName string) error {
142 seen := make(map[reflect.Type]bool)
143 return validateAtomTypeRecursive(t, seen, atomName, "")
144}
145
146func makeAtomError(atomName string, parentName string, message string) error {
147 if parentName != "" {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected