Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
import
{ prerenderEmbed } from
'../../src/core/render/embed'
;
11
12
function
cwd(...args) {
13
return
resolve(process.cwd(), ...args);
14
}
15
16
function
isExternal(url) {
17
let
match = url.match(
Callers
1
_getPath
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected