MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / getUrls

Function getUrls

packages/queue/src/tasks/llm/index.ts:137–141  ·  view source on GitHub ↗
(references: string[])

Source from the content-addressed store, hash-verified

135}
136
137function getUrls(references: string[]) {
138 return references.filter(
139 (url) => url.startsWith('https://') || url.startsWith('http://')
140 );
141}
142
143function getThreadIds(references: string[]) {
144 return references.filter(

Callers 1

parseBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected