MCPcopy
hub / github.com/wavetermdev/waveterm / decodeData

Function decodeData

pkg/jobmanager/streammanager_test.go:42–45  ·  view source on GitHub ↗
(data64 string)

Source from the content-addressed store, hash-verified

40}
41
42func decodeData(data64 string) string {
43 decoded, _ := base64.StdEncoding.DecodeString(data64)
44 return string(decoded)
45}
46
47func TestBasicDisconnectedMode(t *testing.T) {
48 tw := &testWriter{}

Calls

no outgoing calls

Tested by

no test coverage detected