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

Method file_import_tokens

code2flow/ruby.py:338–345  ·  view source on GitHub ↗

Returns the token(s) we would use if importing this file from another. :param filename str: :rtype: list[str]

(filename)

Source from the content-addressed store, hash-verified

336
337 @staticmethod
338 def file_import_tokens(filename):
339 """
340 Returns the token(s) we would use if importing this file from another.
341
342 :param filename str:
343 :rtype: list[str]
344 """
345 return []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected