Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ newObserver
Method
newObserver
src/com/winvector/opt/impl/DataFn.java:34–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
@Override
35
public
ObsHolder newObserver() {
36
return
new
ObsHolder(r.x,r.gx!=null,r.hx!=null);
37
}
38
39
}
40
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected