Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ attach
Method
attach
src/main/java/jace/core/Device.java:259–262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
257
}
258
259
public
void
attach() {
260
isAttached = true;
261
children.forEach(Device::attach);
262
}
263
264
public
void
detach() {
265
children.forEach(Device::suspend);
Callers
1
addChildDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected