MCPcopy 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

1package utils
2
3func 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