Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/
Class
packages/analytics-plugin-ownstats/src/node.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
https = require(
'https'
)
2
3
class
OwnstatsClient {
4
constructor (endpoint) {
5
this.endpoint = endpoint
6
this.reqUrl = `https:
//${endpoint}/hello.gif`
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected