class Bullet::Registry::CallStack

def add(key)

Experimental RBS support (using type sampling data from the type_fusion project).

def add: (String key) -> Array[String]

This signature was generated using 20 samples from 1 application.

remembers found association backtrace
def add(key)
  @registry[key] = Thread.current.backtrace
end