Skip to content

Commit

Permalink
interesting: more classifications for various functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcd committed Nov 23, 2024
1 parent 4a301c3 commit 4a41659
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interesting/interesting.cm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ func (*internal/godebug.Setting).Value CAPABILITY_SAFE
func (*internal/bisect.atomicPointerDedup).CompareAndSwap CAPABILITY_SAFE
func (*internal/bisect.atomicPointerDedup).Load CAPABILITY_SAFE

func internal/syscall/windows/registry.init CAPABILITY_SAFE

func (*index/suffixarray.Index).lookupAll CAPABILITY_SAFE

func log.Print CAPABILITY_SAFE
Expand Down Expand Up @@ -352,6 +354,7 @@ func (os/exec.wrappedError).Error CAPABILITY_UNSPECIFIED
func (os/exec.wrappedError).Unwrap CAPABILITY_SAFE

func os/signal.Ignored CAPABILITY_READ_SYSTEM_STATE
func os/signal.init CAPABILITY_SAFE

func os/user.Current CAPABILITY_READ_SYSTEM_STATE
func os/user.Lookup CAPABILITY_READ_SYSTEM_STATE
Expand Down Expand Up @@ -558,6 +561,7 @@ func runtime/debug.Stack CAPABILITY_SAFE
func runtime/debug.WriteHeapDump CAPABILITY_FILES
func runtime/debug.init CAPABILITY_SAFE
func runtime/metrics.Read CAPABILITY_RUNTIME
func runtime/pprof.init CAPABILITY_SAFE
func (*runtime/pprof.labelMap).String CAPABILITY_SAFE
func runtime/trace.userLog CAPABILITY_SAFE
func runtime/trace.userRegion CAPABILITY_SAFE
Expand Down

0 comments on commit 4a41659

Please sign in to comment.