Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ loadPlugins
Method
loadPlugins
code/src/test/pcgen/util/TestHelper.java:176–183 ·
view source on GitHub ↗
Load the plugins
()
Source
from the content-addressed store, hash-verified
174
* Load the plugins
175
*/
176
public
static
void
loadPlugins()
177
{
178
if
(!loaded)
179
{
180
pcgen.system.Main.createLoadPluginTask().run();
181
loaded = true;
182
}
183
}
184
185
/**
186
* Get the field related to a name
Callers
14
setUp
Method · 0.95
setUp
Method · 0.95
setUp
Method · 0.95
loadAll
Method · 0.95
setUp
Method · 0.95
setUp
Method · 0.95
setUp
Method · 0.95
setUp
Method · 0.95
setUp
Method · 0.95
setUp
Method · 0.95
setUp
Method · 0.95
setUp
Method · 0.95
Calls
2
createLoadPluginTask
Method · 0.80
run
Method · 0.45
Tested by
no test coverage detected