Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
39
type
FileDecoder
struct
{
40
path string
41
}
42
43
func
NewFileDecoder(path string) *FileDecoder {
44
return
&FileDecoder{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected