MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / getResult

Function getResult

apps/web/services/crawler/index.ts:6–9  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

4import { sendNotification } from 'services/slack';
5
6function getResult(text: string) {
7 let result = text.split(/\(.+\)/).join('');
8 return result.match(/\d/g)?.join('');
9}
10
11async function query(site: string) {
12 const result = await axios.get(

Callers 1

queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected