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

Struct CodeBlockParser

plugin/gomark/parser/code_block.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type CodeBlockParser struct {
11 Language string
12 Content string
13}
14
15func NewCodeBlockParser() *CodeBlockParser {
16 return &CodeBlockParser{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected