MCPcopy
hub / github.com/vuejs/core / join

Function join

packages/reactivity/src/arrayInstrumentations.ts:142–144  ·  view source on GitHub ↗
(separator?: string)

Source from the content-addressed store, hash-verified

140 },
141
142 join(separator?: string) {
143 return reactiveReadArray(this).join(separator)
144 },
145
146 // keys() iterator only reads `length`, no optimization required
147

Callers

nothing calls this directly

Calls 1

reactiveReadArrayFunction · 0.85

Tested by

no test coverage detected