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

Method file_import_tokens

code2flow/javascript.py:408–415  ·  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

406
407 @staticmethod
408 def file_import_tokens(filename):
409 """
410 Returns the token(s) we would use if importing this file from another.
411
412 :param filename str:
413 :rtype: list[str]
414 """
415 return []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected