Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
8
type
NodeType string
9
10
const
(
11
DocumentNode NodeType =
"Document"
Callers
1
TestParser
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected