MCPcopy Create free account
hub / github.com/InverseUI/InverseUI-Recorder / isInverseUIWebsite

Function isInverseUIWebsite

api/config.js:30–32  ·  view source on GitHub ↗
(hostname)

Source from the content-addressed store, hash-verified

28
29// Helper function to check if we're on the InverseUI website
30export function isInverseUIWebsite(hostname) {
31 return hostname.includes('inverseui.com');
32}
33
34// Helper function to get API headers with auth
35export function getAuthHeaders(token) {

Callers 1

setupAuthListenerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected