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

Function NewCodeBlockParser

plugin/gomark/parser/code_block.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func NewCodeBlockParser() *CodeBlockParser {
16 return &CodeBlockParser{}
17}
18
19func (*CodeBlockParser) Match(tokens []*tokenizer.Token) (int, bool) {
20 if len(tokens) < 9 {

Callers 2

parser.goFile · 0.85
TestCodeBlockParserFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestCodeBlockParserFunction · 0.68