MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / GetHTMLString

Function GetHTMLString

src/html-build.go:56–59  ·  view source on GitHub ↗

GetHTMLString : base64 -> string

(base string)

Source from the content-addressed store, hash-verified

54
55// GetHTMLString : base64 -> string
56func GetHTMLString(base string) string {
57 content, _ := base64.StdEncoding.DecodeString(base)
58 return string(content)
59}
60
61func createMapFromFiles(folder string) string {
62

Callers 2

bufferingStreamFunction · 0.85
WebFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected