MCPcopy Create free account
hub / github.com/FunctionStream/function-stream / GetPayload

Method GetPayload

fs/contube/contube.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33type Record interface {
34 GetPayload() []byte
35 GetSchema() string
36 Commit()
37}

Callers 9

generateTrafficMethod · 0.65
TestHttpTubeFunction · 0.65
makeTubeServiceMethod · 0.65
TestHttpTubeHandleRecordFunction · 0.65
ProcessMethod · 0.65
TestFMWithGRPCRuntimeFunction · 0.65
NewFunctionRuntimeMethod · 0.65

Implementers 1

RecordImplfs/contube/contube.go

Calls

no outgoing calls

Tested by 4

TestHttpTubeFunction · 0.52
TestHttpTubeHandleRecordFunction · 0.52
TestFMWithGRPCRuntimeFunction · 0.52