MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / do_path

Method do_path

starrynet/cli.py:208–210  ·  view source on GitHub ↗

get the working directory

(self, line)

Source from the content-addressed store, hash-verified

206 int(rest[3]))
207
208 def do_path(self, line):
209 "get the working directory"
210 output(self.sn.configuration_file_path + "\n")
211
212 def do_set_ping(self, line):
213 "ping msg of two nodes at a certain time"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected