MCPcopy Create free account

hub / github.com/davecheney/presentations / functions

Functions387 in github.com/davecheney/presentations

↓ 1 callersMethodloop
()
5nines/watcher.go:257
↓ 1 callersMethodloop
()
5nines/watcher.go:373
↓ 1 callersMethodloop
()
5nines/watcher.go:493
↓ 1 callersMethodloop
()
5nines/watcher.go:648
↓ 1 callersMethodloop
(coll, id string, revno int64)
5nines/watcher.go:846
↓ 1 callersMethodloop
()
5nines/watcher.go:920
↓ 1 callersMethodloop
(key string)
5nines/watcher.go:978
↓ 1 callersMethodloop
(ch <-chan watcher.Change)
5nines/watcher.go:1068
↓ 1 callersMethodloop
()
5nines/watcher.go:1190
↓ 1 callersFunctionmain
()
gopher-puzzlers/mainmain.go:11
↓ 1 callersMethodmerge
(ids []string, ch watcher.Change)
5nines/watcher.go:119
↓ 1 callersMethodmerge
(pending []string, name string)
5nines/watcher.go:220
↓ 1 callersMethodmerge
(pending []int, key string)
5nines/watcher.go:349
↓ 1 callersMethodmerge
merge START OMIT
introduction-to-go/histop.go:63
↓ 1 callersMethodmergeChange
(changes *RelationScopeChange, ch watcher.Change)
5nines/watcher.go:453
↓ 1 callersMethodmergeScope
mergeScope starts and stops settings watches on the units entering and leaving the scope in the supplied RelationScopeChange event, and applies the ex
5nines/watcher.go:602
↓ 1 callersFunctionnewEnvironConfigWatcher
(s *State)
5nines/watcher.go:900
↓ 1 callersFunctionnewMachineUnitsWatcher
(m *Machine)
5nines/watcher.go:1108
↓ 1 callersFunctionnewRelationUnitsWatcher
(ru *RelationUnit)
5nines/watcher.go:555
↓ 1 callersFunctionnewServiceRelationsWatcher
(s *Service)
5nines/watcher.go:311
↓ 1 callersFunctionnewServiceUnitsWatcher
(svc *Service)
5nines/watcher.go:205
↓ 1 callersMethodnotify
nofity notifies the observer of a configuration change.
5nines/provisioner.go:42
↓ 1 callersMethodpendingOrDead
pendingOrDead looks up machines with ids and retuns those that do not have an instance id assigned yet, and also those that are dead.
5nines/provisioner.go:211
↓ 1 callersFunctionpopcnt
(x uint64)
writing-high-performance-go/popcnt/popcnt_test.go:11
↓ 1 callersMethodprint
add END OMIT print START OMIT
introduction-to-go/histo0.go:67
↓ 1 callersMethodprint
print START OMIT
introduction-to-go/histo.go:63
↓ 1 callersMethodprint
()
introduction-to-go/histop.go:76
↓ 1 callersMethodrun
()
5nines/stopping3.go:12
↓ 1 callersMethodrun
()
5nines/stopping4.go:24
↓ 1 callersMethodrun
()
5nines/stopping2.go:13
↓ 1 callersMethodrun
()
5nines/stopping1.go:11
↓ 1 callersFunctionruntime_getm
go:linkname runtime_getm runtime.getm
gos-hidden-pragmas-examples/linkname/linkname.go:28
↓ 1 callersFunctionserver
START OMIT
introduction-to-go/server.go:6
↓ 1 callersMethodsetConfig
setConfig updates the environment configuration and notifies the config observer.
5nines/provisioner.go:121
↓ 1 callersMethodsetupAuthentication
(m *state.Machine)
5nines/provisioner.go:324
↓ 1 callersMethodstartMachine
(m *state.Machine)
5nines/provisioner.go:267
↓ 1 callersMethodstartMachines
(machines []*state.Machine)
5nines/provisioner.go:258
↓ 1 callersMethodstopInstances
(instances []environs.Instance)
5nines/provisioner.go:341
↓ 1 callersFunctionsub
(a, b int)
gopher-puzzlers/oddity.go:17
↓ 1 callersMethodupdate
update adds to and returns changes, such that it contains the names of any non-Dead units to have entered or left the tracked set.
5nines/watcher.go:788
↓ 1 callersMethodwaitInstanceId
waitInstanceId waits until the supplied machine has an instance id, then asserts it is as expected.
5nines/provisioner_test.go:201
↓ 1 callersFunctionwalk
(dir string, f func(string) bool)
introduction-to-go/histo0.go:16
↓ 1 callersFunctionwalk
(dir string, f func(string) bool)
introduction-to-go/histo.go:18
↓ 1 callersFunctionwalk
(dir string, f func(string) bool)
introduction-to-go/walk.go:13
↓ 1 callersFunctionwalk
(dir string, f func(string) bool)
introduction-to-go/histop.go:18
↓ 1 callersFunctionwalkStdLib
(f func(filename string) bool)
introduction-to-go/histo0.go:40
↓ 1 callersFunctionwalkStdLib
(f func(filename string) bool)
introduction-to-go/histo.go:42
↓ 1 callersFunctionwalkStdLib
(f func(filename string) bool)
introduction-to-go/histop.go:42
↓ 1 callersMethodwatchSettings
watchSettings creates a watcher for observing changes to settings.
5nines/watcher.go:955
FunctionA
(string string)
gopher-puzzlers/keywords.go:4
MethodAdd
(conn net.Conn)
do-not-fear-first-class-functions/channels.go:14
MethodAdd
(conn net.Conn)
do-not-fear-first-class-functions/mutex.go:14
MethodAdd
(conn net.Conn)
do-not-fear-first-class-functions/actor.go:12
FunctionB
(len int)
gopher-puzzlers/keywords.go:8
FunctionBenchmarkAppend
(b *testing.B)
writing-high-performance-go/copy/copy_test.go:17
FunctionBenchmarkConcatenate
(b *testing.B)
writing-high-performance-go/concat/concat_test.go:26
FunctionBenchmarkCopy
(b *testing.B)
writing-high-performance-go/copy/copy_test.go:10
FunctionBenchmarkFPrintf
(b *testing.B)
writing-high-performance-go/concat/concat_test.go:42
FunctionBenchmarkFib
(b *testing.B)
writing-high-performance-go/fib/fib_test.go:6
FunctionBenchmarkMakeOneByte
(b *testing.B)
gopher-puzzlers/which-is-faster.go:16
FunctionBenchmarkMakeOneByte
START OMIT
gopher-puzzlers/which-is-faster-ii.go:8
FunctionBenchmarkOneLiteralByte
START OMIT
gopher-puzzlers/which-is-faster.go:8
FunctionBenchmarkOneLiteralByte
(b *testing.B)
gopher-puzzlers/which-is-faster-ii.go:16
FunctionBenchmarkPopcnt
START OMIT
writing-high-performance-go/popcnt/popcnt2_test.go:20
FunctionBenchmarkPopcnt
(b *testing.B)
writing-high-performance-go/popcnt/popcnt_test.go:18
FunctionBenchmarkStrconv
(b *testing.B)
writing-high-performance-go/concat/concat_test.go:57
FunctionC
(val, default string)
gopher-puzzlers/keywords.go:12
MethodChanges
Changes returns the event channel for the LifecycleWatcher.
5nines/watcher.go:100
MethodChanges
Changes returns the event channel for w.
5nines/watcher.go:196
MethodChanges
Changes returns the event channel for w.
5nines/watcher.go:332
MethodChanges
Changes returns a channel that will receive changes when units enter and leave a relation scope. The Entered field in the first event on the channel h
5nines/watcher.go:445
MethodChanges
Changes returns a channel that will receive the changes to counterpart units in a relation. The first event on the channel holds the initial state of
5nines/watcher.go:573
MethodChanges
Changes returns a channel that will receive the new environment configuration when a change is detected. Note that multiple changes may be observed as
5nines/watcher.go:916
MethodChanges
Changes returns a channel that will receive the new settings. Multiple changes may be observed as a single event in the channel.
5nines/watcher.go:974
MethodChanges
Changes returns the event channel for the EntityWatcher.
5nines/watcher.go:1064
MethodChanges
Changes returns the event channel for w.
5nines/watcher.go:1125
MethodDo
(op int, v float64)
do-not-fear-first-class-functions/calc.go:14
MethodErr
Err returns the reason why the Provisioner has stopped or tomb.ErrStillAlive when it is still alive.
5nines/provisioner.go:131
MethodHeight
()
introduction-to-go/parallelogram.go:8
MethodHeight
()
introduction-to-go/parallelogram.go:13
FunctionHello
()
gopher-puzzlers/complexity.go:15
FunctionHelloServer
(w http.ResponseWriter, req *http.Request)
introduction-to-go/hellohttp.go:9
FunctionIndexOfAny
IndexOfAny START OMIT
introduction-to-go/examples.go:6
MethodLen
()
introduction-to-go/histo.go:88
MethodLen
()
introduction-to-go/sort.go:31
MethodLen
()
introduction-to-go/histop.go:93
MethodLess
(i, j int)
introduction-to-go/histo.go:90
MethodLess
(i, j int)
introduction-to-go/sort.go:33
MethodLess
(i, j int)
introduction-to-go/histop.go:95
MethodLoop
()
writing-high-performance-go/ioloop.go:14
FunctionMustNotBeZero
(h Hash)
gopher-puzzlers/zero.go:5
FunctionNewProvisioner
NewProvisioner returns a new Provisioner. When new machines are added to the state, it allocates instances from the environment and allocates them to
5nines/provisioner.go:53
MethodPrivateMsg
(addr net.Addr, msg string)
do-not-fear-first-class-functions/actor-iii.go:7
MethodRemove
(addr net.Addr)
do-not-fear-first-class-functions/channels.go:18
MethodRemove
(addr net.Addr)
do-not-fear-first-class-functions/actor.go:18
MethodSendMsg
(msg string)
do-not-fear-first-class-functions/channels.go:21
MethodSendMsg
(msg string)
do-not-fear-first-class-functions/mutex.go:26
MethodSendMsg
(msg string)
do-not-fear-first-class-functions/actor.go:24
MethodSendMsg
(msg string)
do-not-fear-first-class-functions/actor-ii.go:7
FunctionSendWithTimeout
START OMIT
introduction-to-go/select.go:7
← previousnext →101–200 of 387, ranked by callers