Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ get_base_name
Function
get_base_name
src/hyperagent/tasks/utils/bl/name_utils.py:12–14 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
10
return
"."
11
12
def
get_base_name(name):
13
# a.b.c -> c
14
return
name.split(
"."
)[-1]
15
16
def
parse_arguments(arg_string):
17
arguments = []
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected