MCPcopy Create free account
hub / github.com/SoarGroup/Soar / getInts

Method getInts

Java/SMLJava/src/main/java/edu/umich/soar/config/Config.java:102–105  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

100 // //////////////////////////
101 // int
102 public int[] getInts(String key)
103 {
104 return getInts(key, null);
105 }
106
107 public int[] getInts(String key, int defaults[])
108 {

Callers 3

requireIntsMethod · 0.95
getIntMethod · 0.95
requireIntMethod · 0.95

Calls 1

resolveKeyMethod · 0.95

Tested by

no test coverage detected