Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateUUID
Function · 0.45
_deepEqual
Function · 0.45
now
Function · 0.45
runInContext
Function · 0.45
d3.min.js
File · 0.45
underscore-min.js
File · 0.45
generateUUID
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected