MCPcopy Create free account
hub / github.com/Vespa314/cflow / NewCodeParser

Function NewCodeParser

plugin/gomark/parser/code.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10type CodeParser struct{}
11
12func NewCodeParser() *CodeParser {
13 return &CodeParser{}
14}
15
16func (*CodeParser) Match(tokens []*tokenizer.Token) (int, bool) {
17 if len(tokens) < 3 {

Callers 2

parser.goFile · 0.85
TestCodeParserFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestCodeParserFunction · 0.68