Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/volcengine/OpenViking
/ split
Method
split
bot/vikingbot/channels/feishu.py:456–457 ·
view source on GitHub ↗
(l: str)
Source
from the content-addressed store, hash-verified
454
return
None
455
456
def
split(l: str) -> list[str]:
457
return
[c.strip()
for
c in l.strip(
"|"
).split(
"|"
)]
458
459
headers = split(lines[0])
460
rows = [split(l)
for
l in lines[2:]]
Callers
15
_sanitize_native_build_env
Function · 0.80
_build_extension_impl
Method · 0.80
runVersion
Function · 0.80
findOvPaths
Function · 0.80
run_doctor
Function · 0.80
main
Function · 0.80
is_model_available
Function · 0.80
_parse
Method · 0.80
resource_name
Method · 0.80
parse_locomo_datetime
Function · 0.80
get_sample_question_time
Function · 0.80
build_session_messages
Function · 0.80
Calls
no outgoing calls
Tested by
15
entry
Function · 0.64
ls
Method · 0.64
test_ls_directory
Method · 0.64
test_ls_simple_mode
Method · 0.64
test_abstract_directory
Method · 0.64
test_overview_directory
Method · 0.64
test_tree_specific_directory
Method · 0.64
test_glob_with_uri
Method · 0.64
test_extract_zip_with_backslash_paths
Method · 0.64
test_search
Method · 0.64
test_large_text_add_and_search
Function · 0.64
test_large_text_chunking
Function · 0.64