MCPcopy Create free account
hub / github.com/DEROFDN/Engram / getTextURL

Function getTextURL

functions.go:703–705  ·  view source on GitHub ↗

Check if a URL exists in the string

(s string)

Source from the content-addressed store, hash-verified

701
702// Check if a URL exists in the string
703func getTextURL(s string) (result []string) {
704 return xurls.Relaxed().FindAllString(s, -1)
705}
706
707// Set the window size from provided height and width
708func resizeWindow(width float32, height float32) {

Callers 1

layoutPMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected