MCPcopy Create free account
hub / github.com/jetify-com/devbox / jsonPurifyPluginContent

Function jsonPurifyPluginContent

internal/plugin/plugin.go:204–206  ·  view source on GitHub ↗
(content []byte)

Source from the content-addressed store, hash-verified

202}
203
204func jsonPurifyPluginContent(content []byte) ([]byte, error) {
205 return hujson.Standardize(slices.Clone(content))
206}
207
208func createDir(path string) error {
209 if path == "" {

Callers 3

FetchMethod · 0.85
buildConfigFunction · 0.85
FetchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected