MCPcopy Create free account
hub / github.com/cloudwan/gohan / FormatParentID

Function FormatParentID

schema/schema.go:553–555  ·  view source on GitHub ↗

FormatParentID ...

(parent string)

Source from the content-addressed store, hash-verified

551
552// FormatParentID ...
553func FormatParentID(parent string) string {
554 return fmt.Sprintf("%s_id", parent)
555}
556
557func (schema *Schema) relatedSchemas() []string {
558 schemas := []string{}

Callers 3

InitMethod · 0.85
ParentIDMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected