MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getTime

Method getTime

src/main/java/trace/sound/OSCIn.kt:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 fun <T> get(name: String, d: Any): T {
54 return values.getOrDefault(name, d) as T
55 }
56
57 fun getTime(name: String, d: Any): Long? {
58 return times.getOrDefault(name, -1L)
59 }

Callers 7

generateUUIDFunction · 0.45
_deepEqualFunction · 0.45
nowFunction · 0.45
runInContextFunction · 0.45
d3.min.jsFile · 0.45
underscore-min.jsFile · 0.45
generateUUIDFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected