MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / jsonToInterface

Function jsonToInterface

src/toolchain.go:257–262  ·  view source on GitHub ↗
(content string)

Source from the content-addressed store, hash-verified

255}
256
257func jsonToInterface(content string) (tmpMap interface{}, err error) {
258
259 err = json.Unmarshal([]byte(content), &tmpMap)
260 return
261
262}
263
264func saveMapToJSONFile(file string, tmpMap interface{}) error {
265

Callers 1

getProviderDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected