Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ size
Method
size
server/projects/file/apps/filemgr/utils.py:76–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
75
@property
76
def
size(self):
77
size = self.seek(0, os.SEEK_END)
78
self.seek(0, os.SEEK_SET)
79
return
size
Callers
2
rsa_decrypt
Function · 0.80
CirclePacking
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected