MCPcopy
hub / github.com/go-qml/qml / Len

Method Len

qml.go:417–419  ·  view source on GitHub ↗

Len returns the number of pairs in the map.

()

Source from the content-addressed store, hash-verified

415
416// Len returns the number of pairs in the map.
417func (m *Map) Len() int {
418 return len(m.data) / 2
419}
420
421// Convert allocates a new map and copies the content of m property to it,
422// performing type conversions as possible, and then assigns the result to

Callers 15

qml_test.goFile · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45
BufferDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected