Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/QuantumNous/new-api
/ Unmarshal
Function
Unmarshal
common/json.go:9–11 ·
view source on GitHub ↗
(data []byte, v any)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
Unmarshal(data []byte, v any) error {
10
return
json.Unmarshal(data, v)
11
}
12
13
func
UnmarshalJsonStr(data string, v any) error {
14
return
json.Unmarshal(StringToByteSlice(data), v)
Callers
15
UnmarshalJSON
Method · 0.92
LoadFromJsonString
Function · 0.92
LoadFromJsonStringWithCallback
Function · 0.92
getHeaderNavAccess
Function · 0.92
auditResponseSuccess
Function · 0.92
decodeAPIResponse
Function · 0.92
TestGetAllTokensMasksKeyInResponse
Function · 0.92
TestSearchTokensMasksKeyInResponse
Function · 0.92
TestGetTokenMasksKeyInResponse
Function · 0.92
TestUpdateTokenMasksKeyInResponse
Function · 0.92
TestGetTokenKeyRequiresOwnershipAndReturnsFullKey
Function · 0.92
decodeListModelsResponse
Function · 0.92
Calls
1
Unmarshal
Method · 0.80
Tested by
13
decodeAPIResponse
Function · 0.74
TestGetAllTokensMasksKeyInResponse
Function · 0.74
TestSearchTokensMasksKeyInResponse
Function · 0.74
TestGetTokenMasksKeyInResponse
Function · 0.74
TestUpdateTokenMasksKeyInResponse
Function · 0.74
TestGetTokenKeyRequiresOwnershipAndReturnsFullKey
Function · 0.74
decodeListModelsResponse
Function · 0.74
decodeFlowQuotaResponse
Function · 0.74
TestGetUserFlowQuotaDatesRejectsInvalidTimeRange
Function · 0.74
TestGeminiChatGenerationConfigPreservesExplicitZeroValuesCamelCase
Function · 0.74
TestGeminiChatGenerationConfigPreservesExplicitZeroValuesSnakeCase
Function · 0.74
TestGeneralOpenAIRequestPreserveExplicitZeroValues
Function · 0.74