MCPcopy Index your code
hub / github.com/devspace-sh/devspace / NewDefaultParser

Function NewDefaultParser

pkg/devspace/config/loader/parser.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func NewDefaultParser() Parser {
25 return &defaultParser{}
26}
27
28type defaultParser struct{}
29

Callers 2

TestParseConfigFunction · 0.85
LoadWithCacheMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestParseConfigFunction · 0.68