MCPcopy Create free account
hub / github.com/SolarLune/masterplan / NavigateHome

Method NavigateHome

browser.go:742–744  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

740}
741
742func (b *BrowserTab) NavigateHome() {
743 b.Navigate(globals.Settings.Get(SettingsBrowserDefaultURL).AsString())
744}
745
746func (b *BrowserTab) Valid() bool {
747 return b.Context != nil && b.ImageTexture != nil

Callers 1

NewInternetContentsFunction · 0.80

Calls 3

NavigateMethod · 0.95
AsStringMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected