Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tsuru/tsuru
/ fakeEncoder
Struct
fakeEncoder
api/app_test.go:6652–6655 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6650
}
6651
6652
type
fakeEncoder
struct
{
6653
done
chan
struct
{}
6654
msg
interface
{}
6655
}
6656
6657
func
(e *fakeEncoder) Encode(msg
interface
{}) error {
6658
e.msg = msg
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected