Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonisCV/RAM
/ readme
Function
readme
setup.py:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
readme():
13
with
open(
'README.md'
, encoding=
'utf-8'
)
as
f:
14
content = f.read()
15
return
content
16
17
18
def
get_git_hash():
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected