MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / update

Function update

notes/docsify/unpkg/docsify/lib/plugins/search.js:302–306  ·  view source on GitHub ↗
(opts, vm)

Source from the content-addressed store, hash-verified

300}
301
302function update(opts, vm) {
303 updateOptions(opts);
304 updatePlaceholder(opts.placeholder, vm.route.path);
305 updateNoData(opts.noData, vm.route.path);
306}
307
308var CONFIG = {
309 placeholder: 'Type to search',

Callers 1

installFunction · 0.85

Calls 3

updateOptionsFunction · 0.85
updatePlaceholderFunction · 0.85
updateNoDataFunction · 0.85

Tested by

no test coverage detected