Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Athena-AI-Lab/athena-core
/ pid
Method
pid
src/plugins/shell/shell-process.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
get pid(): number {
27
return
this.child.pid!;
28
}
29
30
write(data: string) {
31
this.child.stdin?.write(data);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected