MCPcopy Index your code
hub / github.com/Permify/permify / FileDecoder

Struct FileDecoder

pkg/development/file/decoder.go:39–41  ·  view source on GitHub ↗

FILE

Source from the content-addressed store, hash-verified

37// FILE
38
39type FileDecoder struct {
40 path string
41}
42
43func NewFileDecoder(path string) *FileDecoder {
44 return &FileDecoder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected