Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ TestLoad
Function
TestLoad
ai-provider/model-runtime/load_test.go:5–11 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
3
import
"testing"
4
5
func
TestLoad(t *testing.T) {
6
Load()
7
for
_, p :=
range
Providers() {
8
t.Logf(
"Provider: %s"
, p.ID())
9
t.Log(p.DefaultModel(
"llm"
))
10
}
11
}
Callers
nothing calls this directly
Calls
4
Load
Function · 0.85
Providers
Function · 0.85
ID
Method · 0.65
DefaultModel
Method · 0.65
Tested by
no test coverage detected