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

Method file_import_tokens

code2flow/php.py:402–409  ·  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

400
401 @staticmethod
402 def file_import_tokens(filename):
403 """
404 Returns the token(s) we would use if importing this file from another.
405
406 :param filename str:
407 :rtype: list[str]
408 """
409 return []

Callers 1

make_file_groupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected