MCPcopy Create free account
hub / github.com/bytebase/bytebase / parseInt

Function parseInt

backend/plugin/schema/oracle/metadata_helpers.go:128–133  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

126}
127
128func parseInt(s string) int {
129 if i, err := strconv.Atoi(s); err == nil {
130 return i
131 }
132 return 0
133}

Callers 15

vite.config.tsFile · 0.85
qp.min.jsFile · 0.85
buildAuditLogFilterFunction · 0.85
TimeRangePickerFunction · 0.85
RulesSelectPanelFunction · 0.85
generateNewFolderNameFunction · 0.85
handleMinuteChangeFunction · 0.85
ProjectAccessGrantsPageFunction · 0.85
ProviderConfigFormFunction · 0.85
ProviderConfigFormFunction · 0.85
AccountSection.tsxFile · 0.85
extractKeyWithPositionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected