MCPcopy Create free account
hub / github.com/brimdata/super / CommitID

Method CommitID

service/request.go:105–107  ·  view source on GitHub ↗
(w *ResponseWriter)

Source from the content-addressed store, hash-verified

103}
104
105func (r *Request) CommitID(w *ResponseWriter) (ksuid.KSUID, bool) {
106 return r.TagFromPath(w, "commit")
107}
108
109func (r *Request) decodeCommitMessage(w *ResponseWriter) (api.CommitMessage, bool) {
110 commitJSON := r.Header.Get("SuperDB-Commit")

Callers

nothing calls this directly

Calls 1

TagFromPathMethod · 0.95

Tested by

no test coverage detected