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

Method Type

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

Source from the content-addressed store, hash-verified

32// Node is an element in the AST.
33type Node interface {
34 Type() NodeType
35 Children() []Node
36 String(int) string
37}

Callers 15

HandleInputEventsMethod · 0.65
HandleSystemEventsMethod · 0.65
handlePlayerJoinMethod · 0.65
dispatchGMCPMethod · 0.65
despawnHandlerMethod · 0.65
roomChangeHandlerMethod · 0.65
aggroChangedHandlerMethod · 0.65
roomChangeHandlerMethod · 0.65
onUpdateVitalsMethod · 0.65

Implementers 1

baseNodeinternal/markdown/ast.go

Calls

no outgoing calls

Tested by 3

TestParserFunction · 0.52
DumpFunction · 0.52