MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / get_absolute_path

Method get_absolute_path

codewiki/src/fe/config.py:49–51  ·  view source on GitHub ↗

Get absolute path for a given relative path.

(cls, path: str)

Source from the content-addressed store, hash-verified

47
48 @classmethod
49 def get_absolute_path(cls, path: str) -> str:
50 """Get absolute path for a given relative path."""
51 return os.path.abspath(path)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected