MCPcopy
hub / github.com/docsifyjs/docsify / cwd

Function cwd

packages/docsify-server-renderer/index.js:12–14  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

10import { prerenderEmbed } from '../../src/core/render/embed';
11
12function cwd(...args) {
13 return resolve(process.cwd(), ...args);
14}
15
16function isExternal(url) {
17 let match = url.match(

Callers 1

_getPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected