MCPcopy
hub / github.com/refined-github/refined-github / init

Function init

source/features/open-issue-to-latest-comment.tsx:31–33  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

29}
30
31function init(signal: AbortSignal): void {
32 observe(commentsCountInLists, linkify, {signal});
33}
34
35void features.add(import.meta.url, {
36 include: [

Callers

nothing calls this directly

Calls 1

observeFunction · 0.85

Tested by

no test coverage detected