Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ Ext
Function
Ext
pkg/utils/path.go:46–48 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
Ext(path string) string {
47
return
strings.ToLower(SourceExt(path))
48
}
49
50
func
SourceExt(path string) string {
51
ext := stdpath.Ext(path)
Callers
7
Link
Method · 0.92
uploadS3
Method · 0.92
Link
Method · 0.92
canProxyFile
Function · 0.92
canProxy
Function · 0.92
ShouldProxy
Function · 0.92
GetFileType
Function · 0.85
Calls
1
SourceExt
Function · 0.85
Tested by
no test coverage detected