Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ModelTC/LightLLM
/ get_shm_name_data
Function
get_shm_name_data
lightllm/server/embed_cache/utils.py:50–51 ·
view source on GitHub ↗
(uid)
Source
from the content-addressed store, hash-verified
48
49
50
def
get_shm_name_data(uid):
51
return
str(uid) +
"-data"
52
53
54
def
get_shm_name_embed(uid):
Callers
12
encode
Method · 0.90
encode
Method · 0.90
encode
Method · 0.90
encode
Method · 0.90
encode
Method · 0.90
encode
Method · 0.90
load_image
Method · 0.90
encode
Method · 0.90
encode
Method · 0.90
encode
Method · 0.90
_clear
Method · 0.85
_alloc_resource
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected