Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ Asset
Function
Asset
utils/template_fun.go:3–5 ·
view source on GitHub ↗
(p string,cdn string)
Source
from the content-addressed store, hash-verified
1
package
utils
2
3
func
Asset(p string,cdn string) string {
4
return
cdn + p;
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected