MCPcopy Create free account
hub / github.com/conforma/cli / inlineData

Struct inlineData

internal/policy/source/source.go:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233type inlineData struct {
234 source []byte
235}
236
237func InlineData(source []byte) PolicySource {
238 return inlineData{source}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected