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

Method Write

context.go:86–86  ·  view source on GitHub ↗
(code int, content []byte)

Source from the content-addressed store, hash-verified

84 View(name string) error
85 ViewC(code int, name string) error
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

Callers 12

TestWriteFunction · 0.65
WriteMethod · 0.65
WriteBlobCMethod · 0.65
WriteBlobMethod · 0.65
WriteMethod · 0.65
WriteMethod · 0.65
HandleMethod · 0.65
mainFunction · 0.65
HandlerFuncFunction · 0.65
GetMd5StringFunction · 0.65
newFromHashFunction · 0.65
CatchErrorFunction · 0.65

Implementers 1

HttpContextcontext.go

Calls

no outgoing calls

Tested by 1

TestWriteFunction · 0.52