Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpaceNetLab/StarryNet
/ sn_del_network
Function
sn_del_network
starrynet/sn_orchestrater.py:466–467 ·
view source on GitHub ↗
(network_name)
Source
from the content-addressed store, hash-verified
464
465
466
def
sn_del_network(network_name):
467
os.system(
'docker network rm '
+ network_name)
468
469
470
def
sn_stop_emulation():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected