MCPcopy Create free account
hub / github.com/dhbloo/rapfi / loadModel

Function loadModel

Rapfi/command/gomocup.cpp:1233–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231}
1232
1233void loadModel()
1234{
1235 auto modelPath = readPathFromInput();
1236 loadModelFromFile(modelPath);
1237}
1238
1239/// Enter protocol loop once and fetch and execute one command from stdin.
1240/// @return True if program should exit now.

Callers 2

loadModelFromFileFunction · 0.85
runProtocolFunction · 0.85

Calls 2

readPathFromInputFunction · 0.85
loadModelFromFileFunction · 0.85

Tested by

no test coverage detected