Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ get_lsb_version
Function
get_lsb_version
fastdeploy/collect_env.py:431–432 ·
view source on GitHub ↗
(run_lambda)
Source
from the content-addressed store, hash-verified
429
430
431
def
get_lsb_version(run_lambda):
432
return
run_and_parse_first_match(run_lambda,
"lsb_release -a"
, r
"Description:\t(.*)"
)
433
434
435
def
check_release_file(run_lambda):
Callers
1
get_os
Function · 0.85
Calls
1
run_and_parse_first_match
Function · 0.85
Tested by
no test coverage detected