MCPcopy Create free account
hub / github.com/Permify/permify / NewFileDecoder

Function NewFileDecoder

pkg/development/file/decoder.go:43–47  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

41}
42
43func NewFileDecoder(path string) *FileDecoder {
44 return &FileDecoder{
45 path: path,
46 }
47}
48
49// Decode - Decode a file
50func (d FileDecoder) Decode(out interface{}) (err error) {

Callers 1

NewDecoderFromURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected