MCPcopy Create free account
hub / github.com/dropbox/dbxcli / loadJSONValueFile

Function loadJSONValueFile

cmd/json_command_schema_test.go:309–312  ·  view source on GitHub ↗
(t *testing.T, file string)

Source from the content-addressed store, hash-verified

307}
308
309func loadJSONValueFile(t *testing.T, file string) any {
310 t.Helper()
311 return decodeJSONValue(t, readJSONFile(t, file))
312}
313
314func readJSONFile(t *testing.T, file string) []byte {
315 t.Helper()

Calls 2

decodeJSONValueFunction · 0.85
readJSONFileFunction · 0.85

Tested by

no test coverage detected