Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
func
NewFileDecoder(path string) *FileDecoder {
44
return
&FileDecoder{
45
path: path,
46
}
47
}
48
49
// Decode - Decode a file
50
func
(d FileDecoder) Decode(out
interface
{}) (err error) {
Callers
1
NewDecoderFromURL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected