MCPcopy Index your code
hub / github.com/nodejs/node / str_join

Function str_join

deps/v8/third_party/jinja2/runtime.py:86–88  ·  view source on GitHub ↗

Simple args to string conversion and concatenation.

(seq: t.Iterable[t.Any])

Source from the content-addressed store, hash-verified

84
85
86def str_join(seq: t.Iterable[t.Any]) -> str:
87 """Simple args to string conversion and concatenation."""
88 return concat(map(str, seq))
89
90
91def new_context(

Callers

nothing calls this directly

Calls 2

concatFunction · 0.90
mapFunction · 0.50

Tested by

no test coverage detected