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

TypeAlias NodeType

internal/markdown/ast.go:8–8  ·  view source on GitHub ↗

NodeType identifies the kind of AST node.

Source from the content-addressed store, hash-verified

6
7// NodeType identifies the kind of AST node.
8type NodeType string
9
10const (
11 DocumentNode NodeType = "Document"

Callers 1

TestParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected