MCPcopy
hub / github.com/Velocidex/velociraptor / rejectURL

Function rejectURL

tools/json/validator.go:135–138  ·  view source on GitHub ↗
(url string)

Source from the content-addressed store, hash-verified

133}
134
135func rejectURL(url string) (io.ReadCloser, error) {
136 return nil, fmt.Errorf("jsonschema: %w while getting %v",
137 utils.PermissionDenied, url)
138}
139
140func PopulateDefaults(dest *ordereddict.Dict,
141 src map[string]interface{}, schema *jsonschema.Schema) {

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.45

Tested by

no test coverage detected