MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / Children

Method Children

internal/markdown/ast.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33type Node interface {
34 Type() NodeType
35 Children() []Node
36 String(int) string
37}
38

Callers 2

TestParserFunction · 0.65
DumpFunction · 0.65

Implementers 1

baseNodeinternal/markdown/ast.go

Calls

no outgoing calls

Tested by 2

TestParserFunction · 0.52
DumpFunction · 0.52