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

Function greet

test/unit/fixtures/greet.js:3–7  ·  view source on GitHub ↗
(name = 'friend')

Source from the content-addressed store, hash-verified

1import { getTimeOfDay } from './get-time-of-day';
2
3export function greet(name = 'friend') {
4 const timeOfDay = getTimeOfDay();
5
6 return `Good ${timeOfDay}, ${name}!`;
7}

Callers 1

example.test.jsFile · 0.90

Calls 1

getTimeOfDayFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…