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

Function getParent

server/server_test.go:1447–1453  ·  view source on GitHub ↗
(name, boyID, girlID string)

Source from the content-addressed store, hash-verified

1445}
1446
1447func getParent(name, boyID, girlID string) map[string]interface{} {
1448 return map[string]interface{}{
1449 "id": "parent" + name,
1450 "boy_id": boyID,
1451 "girl_id": girlID,
1452 }
1453}
1454
1455func getNetworkSingularURL(color string) string {
1456 s, _ := schema.GetManager().Schema("network")

Callers 1

server_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected