MCPcopy 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
50def get_shm_name_data(uid):
51 return str(uid) + "-data"
52
53
54def get_shm_name_embed(uid):

Callers 12

encodeMethod · 0.90
encodeMethod · 0.90
encodeMethod · 0.90
encodeMethod · 0.90
encodeMethod · 0.90
encodeMethod · 0.90
load_imageMethod · 0.90
encodeMethod · 0.90
encodeMethod · 0.90
encodeMethod · 0.90
_clearMethod · 0.85
_alloc_resourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected