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

Method IsAbstract

schema/schema.go:282–284  ·  view source on GitHub ↗

IsAbstract checks if this schema is abstract or not

()

Source from the content-addressed store, hash-verified

280
281// IsAbstract checks if this schema is abstract or not
282func (schema *Schema) IsAbstract() bool {
283 return schema.Type == abstract
284}
285
286// ParentID returns parent property ID
287func (schema *Schema) ParentID() string {

Callers 15

InitMethod · 0.95
gohanGenerateFunction · 0.80
MapRouteBySchemaFunction · 0.80
clearTableFunction · 0.80
GetSchemaFunction · 0.80
ResyncFunction · 0.80
clearTableFunction · 0.80
loadSchemaFromFileMethod · 0.80
CopyDBResourcesFunction · 0.80
InitDBConnWithSchemasFunction · 0.80

Calls

no outgoing calls

Tested by 5

clearTableFunction · 0.64
clearTableFunction · 0.64
clearTableFunction · 0.64
clearTableFunction · 0.64
clearTableFunction · 0.64