Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ duration
Method
duration
src/main/java/trace/util/TCB3.java:193–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
}
192
193
public
double duration() {
194
clean();
195
return
n.get(n.size() - 1).x;
196
}
197
198
public
Vec3 evaluate(double a, Vec3 out) {
199
Triple<Node, Node, Double> q = this.bracket(a);
Callers
nothing calls this directly
Calls
3
clean
Method · 0.95
get
Method · 0.65
size
Method · 0.45
Tested by
no test coverage detected