MCPcopy Index your code
hub / github.com/ctessum/go.clipper

github.com/ctessum/go.clipper @v0.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.2 ↗ · + Follow
242 symbols 567 edges 6 files 144 documented · 60%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

go.clipper

BUILD

int32 version

$ go build -tags 'use_int32'

int64 version

$ go build -tags '!use_int32'
# or combine build tags
$ go build -tags '!use_int32,!use_xyz'

Extension points exported contracts — how you extend this code

TZFillCallback (Interface)
(no doc)
clipper.go

Core symbols most depended-on inside this repo

AddOutPt
called by 33
clipper.go
Round
called by 29
clipper.go
DupOutPt
called by 16
clipper.go
DeleteFromAEL
called by 14
clipper.go
ChildCount
called by 13
clipper.go
AddPaths
called by 12
clipper.go
IsHorizontal
called by 11
clipper.go
TopX
called by 11
clipper.go

Shape

Method 173
Function 36
Struct 18
TypeAlias 14
Interface 1

Languages

Go100%

Modules by API surface

clipper.go217 symbols
clipper_test.go9 symbols
use_xyz.go7 symbols
use_xy.go7 symbols
use_int64.go1 symbols
use_int32.go1 symbols

For agents

$ claude mcp add go.clipper \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page