Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imroc/req
/ NumSettings
Method
NumSettings
internal/http2/frame.go:836–836 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
834
}
835
836
func
(f *SettingsFrame) NumSettings() int {
return
len(f.p) / 6 }
837
838
// HasDuplicates reports whether f contains any duplicate setting IDs.
839
func
(f *SettingsFrame) HasDuplicates() bool {
Callers
4
Value
Method · 0.95
HasDuplicates
Method · 0.95
ForeachSetting
Method · 0.95
TestFramerWriteReadSettings
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestFramerWriteReadSettings
Function · 0.64