MCPcopy Create free account
hub / github.com/devfeel/dotweb / WriteStringC

Method WriteStringC

context.go:88–88  ·  view source on GitHub ↗
(code int, contents ...interface{})

Source from the content-addressed store, hash-verified

86 Write(code int, content []byte) (int, error)
87 WriteString(contents ...interface{}) error
88 WriteStringC(code int, contents ...interface{}) error
89 WriteHtml(contents ...interface{}) error
90 WriteHtmlC(code int, contents ...interface{}) error
91 WriteBlob(contentType string, b []byte) error

Callers 5

IndexFunction · 0.65
DefaultNotFoundHandlerFunction · 0.65

Implementers 1

HttpContextcontext.go

Calls

no outgoing calls

Tested by 1

IndexFunction · 0.52