Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
24
func
NewDefaultParser() Parser {
25
return
&defaultParser{}
26
}
27
28
type
defaultParser
struct
{}
29
Callers
2
TestParseConfig
Function · 0.85
LoadWithCache
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestParseConfig
Function · 0.68