Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
CodeParser
struct
{}
11
12
func
NewCodeParser() *CodeParser {
13
return
&CodeParser{}
14
}
15
16
func
(*CodeParser) Match(tokens []*tokenizer.Token) (int, bool) {
17
if
len(tokens) < 3 {
Callers
2
parser.go
File · 0.85
TestCodeParser
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestCodeParser
Function · 0.68