MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / decoded

Function decoded

packages/cli/src/utils/feedbackIssue.test.ts:5–8  ·  view source on GitHub ↗
(url: string, key: "title" | "body")

Source from the content-addressed store, hash-verified

3import { buildIssueUrl, HYPERFRAMES_REPO_URL } from "./feedbackIssue.js";
4
5function decoded(url: string, key: "title" | "body"): string {
6 const value = new URL(url).searchParams.get(key);
7 return value ?? "";
8}
9
10describe("buildIssueUrl", () => {
11 const base = {

Callers 1

Calls 1

getMethod · 0.80

Tested by

no test coverage detected