Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/feast-dev/feast
/ _to_multi_line
Function
_to_multi_line
sdk/python/feast/cli/cli_utils.py:319–322 ·
view source on GitHub ↗
(values: list[str])
Source
from the content-addressed store, hash-verified
317
318
319
def
_to_multi_line(values: list[str]) -> str:
320
if
not values:
321
return
"-"
322
return
"\n"
.join(values)
323
324
325
def
_dict_to_multi_line(values: dict[str, str]) -> str:
Callers
3
handle_not_verbose_permissions_command
Function · 0.85
handle_permissions_check_command_with_actions
Function · 0.85
handler_list_all_permissions_roles_verbose
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected