Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
NewCodeBlockParser() *CodeBlockParser {
16
return
&CodeBlockParser{}
17
}
18
19
func
(*CodeBlockParser) Match(tokens []*tokenizer.Token) (int, bool) {
20
if
len(tokens) < 9 {
Callers
2
parser.go
File · 0.85
TestCodeBlockParser
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestCodeBlockParser
Function · 0.68