MCPcopy Index your code
hub / github.com/docsifyjs/docsify / update

Function update

src/plugins/search/component.js:246–250  ·  view source on GitHub ↗
(opts, vm)

Source from the content-addressed store, hash-verified

244}
245
246export function update(opts, vm) {
247 updateOptions(opts);
248 updatePlaceholder(opts.placeholder, vm.route.path);
249 updateNoData(opts.noData, vm.route.path);
250}

Callers

nothing calls this directly

Calls 3

updateOptionsFunction · 0.85
updatePlaceholderFunction · 0.85
updateNoDataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…