MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / name

Method name

code2flow/model.py:285–290  ·  view source on GitHub ↗

Names exist largely for unit tests and deterministic node sorting :rtype: str

(self)

Source from the content-addressed store, hash-verified

283 return self.name() < other.name()
284
285 def name(self):
286 """
287 Names exist largely for unit tests and deterministic node sorting
288 :rtype: str
289 """
290 return f"{self.first_group().filename()}::{self.token_with_ownership()}"
291
292 def first_group(self):
293 """

Callers 4

__lt__Method · 0.95
to_dotMethod · 0.95
to_dictMethod · 0.95
_find_target_nodeFunction · 0.80

Calls 3

first_groupMethod · 0.95
token_with_ownershipMethod · 0.95
filenameMethod · 0.80

Tested by

no test coverage detected