MCPcopy Create free account
hub / github.com/cloudwan/gohan / GetStmtParser

Function GetStmtParser

extension/gohanscript/stmtparser.go:67–69  ·  view source on GitHub ↗

GetStmtParser returns parser for specific per function

(funcName string)

Source from the content-addressed store, hash-verified

65
66//GetStmtParser returns parser for specific per function
67func GetStmtParser(funcName string) StmtParser {
68 return parsers[funcName]
69}
70
71type breakCode struct {
72}

Callers 1

parserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected